Name |
Summary |
Status |
ApplyEditAttributes(Control, String)
|
Applies the attributes needed to make the content of this control editable. |
public, static
|
ApplyEditAttributes(TContentData)(Control, Expression(Func(TContentData, Object)))
|
Applies the attributes needed to make the content of this control editable. |
public, static
|
FindControl(T)(Control)
|
Finds the first control of the requested type. |
public, static
|
FindControl(T)(Control, Int32)
|
Finds control number n of the requested type. |
public, static
|
FindControl(T)(Control, String)
|
Finds the first control of the requested type and the requested id. |
public, static
|
FindControl(T)(Control, String, Int32)
|
Finds control number n of the requested type that has a specific id. |
public, static
|
GetIdentity
|
Extracts the identity from the object if it has one. |
public, static
|
GetOriginalType
|
Gets the Type of the current object, ensuring that the eventual
type that could be generated by a proxy interceptor is ignored. |
public, static
|
MasterPageBase Constructor
|
|
protected
|
SetIdentity
|
Sets the identity into the object if supported |
public, static
|
ToPropertyBag(Object)
|
Create a PropertyBag instance and populates it with its properties
The algorith for extracting properties is as follows:
1) Property must a have a getter and setter
2a) Getter must be public
OR
2b) The class must be marked either with the DataContractAttribute or EPiServerDataContractAttribute
and the property must be marked either with the DataMemberAttribute or EPiServerDataMemberAttribute |
public, static
|
ToPropertyBag(Object, IEnumerable(String))
|
Create a PropertyBag instance and populates it with its properties |
public, static
|