Click or drag to resize

AttributeDatabaseExtensions Class

IAttributeDatabase extension methods.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.AttrDbAttributeDatabaseExtensions

Namespace:  Demo3D.PLC.Comms.AttrDb
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public static class AttributeDatabaseExtensions

The AttributeDatabaseExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFindAttributeValue
Find an attribute value by id.
Public methodStatic memberFindByteArrayAttribute
Finds an attribute.
Public methodStatic memberFindByteAttribute
Finds an attribute.
Public methodStatic memberFindDIntAttribute
Finds an attribute.
Public methodStatic memberFindDWordAttribute
Finds an attribute.
Public methodStatic memberFindLIntAttribute
Finds an attribute.
Public methodStatic memberFindLRealAttribute
Finds an attribute.
Public methodStatic memberFindLWordAttribute
Finds an attribute.
Public methodStatic memberFindOrAddAttributeValue(IAttributeDatabase, AttributeValue, Boolean)
Find or add an attribute value.

If an attribute value with the specified id does not exist, then the specified attribute is added. If an attribute value with the specified id already exists, then the original attribute is returned.

Public methodStatic memberFindOrAddAttributeValue(IAttributeDatabase, UInt32, DataDimensions, Boolean)
Find or add an attribute value.

If an attribute value with the specified id already exists, then it's returned. If an attribute value with the specified id does not exist, then a new attribute value is created.

Public methodStatic memberFindRealAttribute
Finds an attribute.
Public methodStatic memberFindShortStringAttribute
Finds an attribute.
Public methodStatic memberFindWordAttribute
Finds an attribute.
Public methodStatic memberGetByteArrayAttribute(IAttributeDatabase, UInt32, Int32)
Finds or creates an attribute.
Public methodStatic memberGetByteArrayAttribute(IAttributeDatabase, UInt32, Int32, BufferSegment)
Finds or creates an attribute.
Public methodStatic memberGetByteArrayAttribute(IAttributeDatabase, UInt32, Int32, Boolean)
Finds or creates an attribute.
Public methodStatic memberGetByteAttribute(IAttributeDatabase, UInt32, Boolean)
Finds or creates an attribute.
Public methodStatic memberGetByteAttribute(IAttributeDatabase, UInt32, Byte)
Finds or creates an attribute.
Public methodStatic memberGetDIntAttribute(IAttributeDatabase, UInt32, Boolean)
Finds or creates an attribute.
Public methodStatic memberGetDIntAttribute(IAttributeDatabase, UInt32, Int32)
Finds or creates an attribute.
Public methodStatic memberGetDWordAttribute(IAttributeDatabase, UInt32, Boolean)
Finds or creates an attribute.
Public methodStatic memberGetDWordAttribute(IAttributeDatabase, UInt32, UInt32)
Finds or creates an attribute.
Public methodStatic memberGetLIntAttribute(IAttributeDatabase, UInt32, Boolean)
Finds or creates an attribute.
Public methodStatic memberGetLIntAttribute(IAttributeDatabase, UInt32, Int64)
Finds or creates an attribute.
Public methodStatic memberGetLRealAttribute(IAttributeDatabase, UInt32, Boolean)
Finds or creates an attribute.
Public methodStatic memberGetLRealAttribute(IAttributeDatabase, UInt32, Double)
Finds or creates an attribute.
Public methodStatic memberGetLWordAttribute(IAttributeDatabase, UInt32, Boolean)
Finds or creates an attribute.
Public methodStatic memberGetLWordAttribute(IAttributeDatabase, UInt32, UInt64)
Finds or creates an attribute.
Public methodStatic memberGetRealAttribute(IAttributeDatabase, UInt32, Boolean)
Finds or creates an attribute.
Public methodStatic memberGetRealAttribute(IAttributeDatabase, UInt32, Single)
Finds or creates an attribute.
Public methodStatic memberGetShortStringAttribute(IAttributeDatabase, UInt32, Int32, Boolean)
Finds or creates an attribute.
Public methodStatic memberGetShortStringAttribute(IAttributeDatabase, UInt32, Int32, String)
Finds or creates an attribute.
Public methodStatic memberGetWordAttribute(IAttributeDatabase, UInt32, Boolean)
Finds or creates an attribute.
Public methodStatic memberGetWordAttribute(IAttributeDatabase, UInt32, UInt16)
Finds or creates an attribute.
Top
See Also