-
Notifications
You must be signed in to change notification settings - Fork 2
Extensions.TypeRelated
Tomáš Bouda edited this page Nov 21, 2017
·
1 revision
Class for storing property tree that is constructed by CreatePropertyTree for given Type
Name of property
Property type
Gets
Property Value
Child properties if property is not simple type IsSimple
🔹 Method Extensions.TypeRelated.PropertyTree.#ctor(System.String,System.Type,System.Object,System.Collections.Generic.List{Extensions.TypeRelated.PropertyTree})
Constructs PropertyTree
Param | Description |
---|---|
name | |
type | |
value | |
childProperties |
Type related extension methods
Returns true
if given Type
is primitive or Enum or String
or Decimal
or DateTime
Param | Description |
---|---|
type |
Returns:
🔹 Method Extensions.TypeRelated.TypeExtensions.CreatePropertyTree(System.Type,System.Object,System.Type[])
Creates property tree from given Type
Param | Description |
---|---|
type | |
refObject | |
ignoredTypes |
Returns: