SPEncodedResourceExpressionBuilder members
Represents an expression builder for returning an encoded resource.
The SPEncodedResourceExpressionBuilder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPEncodedResourceExpressionBuilder | Initializes a new instance of the SPEncodedResourceExpressionBuilder class. |
Top
Properties
Name | Description | |
---|---|---|
EncodeMethod | Gets a reference to a method. | |
SupportsEvaluate | (Inherited from ResourceExpressionBuilder.) |
Top
Methods
Name | Description | |
---|---|---|
Encode | Encodes the specified string. | |
Equals | (Inherited from Object.) | |
EvaluateExpression | Returns the encoded resource string. (Overrides SPResourceExpressionBuilder.EvaluateExpression(Object, BoundPropertyEntry, Object, ExpressionBuilderContext).) | |
Finalize | (Inherited from Object.) | |
GetCodeExpression | Returns the encoded expression. (Overrides ResourceExpressionBuilder.GetCodeExpression(BoundPropertyEntry, Object, ExpressionBuilderContext).) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ParseExpression | (Inherited from ResourceExpressionBuilder.) | |
ToString | (Inherited from Object.) |
Top