Method | Description | |
---|---|---|
AddRangeUnique ( this |
||
AddRangeUnique ( this |
||
ContainsFieldName ( this fields, string name ) : bool | ||
ContainsPropertyName ( this properties, string name ) : bool | ||
GetFieldByName ( this fields, string name ) : |
||
GetPropertyByName ( this properties, string name ) : |
public static AddRangeUnique ( this |
||
fields | this |
|
whatToAdd | IEnumerable | |
return | void |
public static AddRangeUnique ( this |
||
properties | this |
|
whatToAdd | IEnumerable | |
return | void |
public static ContainsFieldName ( this fields, string name ) : bool | ||
fields | this | |
name | string | |
return | bool |
public static ContainsPropertyName ( this properties, string name ) : bool | ||
properties | this | |
name | string | |
return | bool |
public static GetFieldByName ( this fields, string name ) : |
||
fields | this | |
name | string | |
return |
public static GetPropertyByName ( this properties, string name ) : |
||
properties | this | |
name | string | |
return |