Class ExposedProperty
Inheritance
System.Object
ExposedProperty
Syntax
[Serializable]
public class ExposedProperty
Constructors
ExposedProperty()
Declaration
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
Operators
Addition(ExposedProperty, ExposedProperty)
Declaration
public static ExposedProperty operator +(ExposedProperty self, ExposedProperty other)
Parameters
Returns
Explicit(ExposedProperty to String)
Declaration
public static explicit operator string (ExposedProperty parameter)
Parameters
Returns
Type |
Description |
System.String |
|
Implicit(String to ExposedProperty)
Declaration
public static implicit operator ExposedProperty(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Implicit(ExposedProperty to Int32)
Declaration
public static implicit operator int (ExposedProperty parameter)
Parameters
Returns
Type |
Description |
System.Int32 |
|