Method | Description | |
---|---|---|
EntityField ( string name, FieldKind fieldKind, PropertyInfo propertyInfo ) : System |
Initializes a new instance of the EntityField class.
|
|
EntityField ( string name, FieldKind fieldKind, |
Initializes a new instance of the EntityField class.
|
|
FormattedFilterDescription ( List |
Formatteds the filter.
|
|
GetBoundFieldType ( ) : System.Web.UI.WebControls.BoundField |
Gets the type of the bound field.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
Method | Description | |
---|---|---|
EntityField ( string name, FieldKind fieldKind, |
Initializes a new instance of the EntityField class.
|
public EntityField ( string name, FieldKind fieldKind, PropertyInfo propertyInfo ) : System | ||
name | string | The name. |
fieldKind | FieldKind | Kind of the field. |
propertyInfo | PropertyInfo | The property information. |
return | System |
public EntityField ( string name, FieldKind fieldKind, |
||
name | string | The name. |
fieldKind | FieldKind | Kind of the field. |
propertyType | Type of the property. | |
attributeGuid | System.Guid | The attribute unique identifier. |
fieldType | Rock.Web.Cache.FieldTypeCache | Type of the field. |
return | System |
public FormattedFilterDescription ( List |
||
filterValues | List |
The filter values. |
return | string |
public GetBoundFieldType ( ) : System.Web.UI.WebControls.BoundField | ||
return | System.Web.UI.WebControls.BoundField |