Class COM
The COM class is the abstract class from which all BO4E.COM classes are derived.
Inheritance
System.Object
COM
Namespace: BO4E.COM
Assembly: BO4Enet.dll
Syntax
public abstract class COM : IEquatable<COM>
Properties
| Improve this Doc View SourceGuid
allows adding a GUID to COM objects for tracking across systems
Declaration
public string Guid { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserProperties
User properties (non bo4e standard)
Declaration
public IDictionary<string, JToken> UserProperties { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<System.String, JToken> |
Methods
| Improve this Doc View SourceEquals(COM)
BO4E components are considered equal iff all of their elements/fields are equal.
Declaration
public bool Equals(COM b)
Parameters
Type | Name | Description |
---|---|---|
COM | b | another BO4E component |
Returns
Type | Description |
---|---|
System.Boolean | iff all elements of this COM and COM b are equal; otherwise
|
Equals(Object)
BO4E components are considered equal iff all of their elements/fields are equal.
Declaration
public override bool Equals(object b)
Parameters
Type | Name | Description |
---|---|---|
System.Object | b | another object |
Returns
Type | Description |
---|---|
System.Boolean | iff all elements of this COM and COM b are equal; otherwise
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
IsValid()
Declaration
public bool IsValid()
Returns
Type | Description |
---|---|
System.Boolean |