adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ICustomProperties Interface
Properties Methods

In This Topic
    ICustomProperties Interface Members
    In This Topic

    The following tables list the members exposed by ICustomProperties.

    Public Properties
     NameDescription
     Property Gets the number of items in the collection  
     Property Gets or sets the value of the property with the specified name.  
    Top
    Public Methods
     NameDescription
     MethodOverloaded.  Adds or updates the property with the specified name.  
     Method Removes all properties whose names start with the specified prefix.  
     Method Determines whether the collection contains a property with the specified name.  
     MethodOverloaded.  Gets or sets the value of the property with the specified name, as a boolean value  
     Method Gets all properties whose name starts with the specified prefix.  
     Method Gets or sets the value of the property with the specified name, as a DateTimeOffset value  
     Method Gets or sets the value of the property with the specified name, as a DateTime value  
     MethodOverloaded.  Gets or sets the value of the property with the specified name, as a decimal value  
     MethodReturns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<CustomProperty>)
     MethodOverloaded.  Gets or sets the value of the property with the specified name, as an integer value  
     MethodOverloaded.  Gets the property at the specified index;  
     MethodOverloaded.  Gets or sets the value of the property with the specified name, as a string value  
     MethodOverloaded.  Removes the property with the specified name.  
     Method  
     Method  
     Method  
     Method  
     Method  
     Method  
    Top
    See Also