Class EntityObjectExtensions
Helper extensions for EntityObject.
Inheritance
System.Object
EntityObjectExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TimeCockpit.Data
Assembly: TimeCockpit.Data.dll
Syntax
public static class EntityObjectExtensions
Methods
SetTextMemberTruncated(EntityObject, String, String)
Sets a text property while trimming the value to max storage size if necessary.
Declaration
public static void SetTextMemberTruncated(this EntityObject entityObject, string name, string value)
Parameters
Type | Name | Description |
---|---|---|
EntityObject | entityObject | Entity object. |
System.String | name | Member name. |
System.String | value | Text value. |