Show / Hide Table of Contents

Interface IAttribute

A modifiable AML attribute

Inherited Members
IReadOnlyAttribute.AsBoolean()
IReadOnlyAttribute.AsBoolean(Boolean)
IReadOnlyAttribute.AsDateTime()
IReadOnlyAttribute.AsDateTime(DateTime)
IReadOnlyAttribute.AsDateTimeUtc()
IReadOnlyAttribute.AsDateTimeUtc(DateTime)
IReadOnlyAttribute.AsDouble()
IReadOnlyAttribute.AsDouble(Double)
IReadOnlyAttribute.AsGuid()
IReadOnlyAttribute.AsGuid(Guid)
IReadOnlyAttribute.AsInt()
IReadOnlyAttribute.AsInt(Int32)
IReadOnlyAttribute.AsLong()
IReadOnlyAttribute.AsLong(Int64)
IReadOnlyAttribute.AsString(String)
IReadOnlyAttribute.Exists
IReadOnlyAttribute.Name
Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public interface IAttribute : IReadOnlyAttribute

Properties

| Improve this Doc View Source

Value

Get or set the string value of the attribute

Declaration
string Value { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

Remove()

Remove the attribute from it's parent

Declaration
void Remove()
| Improve this Doc View Source

Set(Object)

Set the value of this attribute

Declaration
void Set(object value)
Parameters
Type Name Description
System.Object value

New attribute value

Remarks

If the attribute does not exist (Exists = false), but it's parent does exist, the attribute is added to it's parent

Extension Methods

ItemExtensions.HasValue(IReadOnlyAttribute)
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX