[AttributeUsageAttribute(AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Field)]
public class DataIgnoreAttribute : Attribute| DataIgnoreAttribute | Initializes a new instance of the DataIgnoreAttribute class |
| TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute) |
| Equals | Returns a value that indicates whether this instance is equal to a specified object. (Inherited from Attribute) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| FromField | Get the DataIgnoreAttribute from a FieldInfo |
| FromMethod | Get the DataIgnoreAttribute from a MethodInfo |
| FromProperty | Get the DataIgnoreAttribute from a PropertyInfo |
| GetHashCode | Returns the hash code for this instance. (Inherited from Attribute) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| IsDefaultAttribute | When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. (Inherited from Attribute) |
| Match | When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Inherited from Attribute) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| ContainsProperty |
Check if a property exists in an object
(Defined by ReflectionHelper) |
| GetAllDetails |
Get all the details for an object
(Defined by MasterDetailHelper) |
| GetAllSectionHeaders |
Get all the section headers
(Defined by MasterDetailHelper) |
| GetReflectionValueT |
Get the value of a property or field or method using reflection.
Doesnt throw exceptions
(Defined by ReflectionHelper) |
| GetSerializedSize |
Get the serialized size of an object
(Defined by SerializationHelper) |
| GetXmlSeralizerForObject |
Get the XmlSerializer for an object
(Defined by XmlHelper) |
| SerializeXml |
Serialize an object to an XML string
(Defined by XmlHelper) |
| ToDataFormatString |
Convert an object to a data format string
(Defined by ReflectionHelper) |
| ToDataFormatStringAdvanced |
Convert an object to a data format string
(Defined by ReflectionHelper) |
| ToDataPayload |
Get the data payload of an object
(Defined by ReflectionHelper) |