InputId Structure

Input Id

Definition

Namespace: Metas.UncLib.Core.Unc
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
[SerializableAttribute]
public struct InputId : IXmlSerializable, IEquatable<InputId>
Inheritance
Object    ValueType    InputId
Implements
IEquatableInputId, IXmlSerializable

Constructors

InputId(Byte) Input Id
InputId(Guid) Input Id
InputId(String) Input Id
InputId(UInt32) Input Id
InputId(Byte, Int32) Input Id (old version)

Properties

Empty Empty Input Id
Length Length

Methods

Equals(InputId) Equals
Equals(Object)Indicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCode Get Hash Code
(Overrides ValueTypeGetHashCode)
GetSchema Get Schema
GetTypeGets the Type of the current instance.
(Inherited from Object)
NewInputId Initializes a new instance of the Input Id class.
ReadXml Read Xml
ToByteArray To Byte Array
ToString To String
(Overrides ValueTypeToString)
ToUIntArray To Unsigned Integer Array
WriteXml Write Xml

Operators

See Also