The following tables list the members exposed by Factory.AddOn.

Public Constructors

  Name Description
Public method Factory.AddOn Initializes a new instance of the Factory.AddOn class.
Top

Public Methods

  Name Description
Public method Static CreateInstance Creates a new instance of the AddOn class based on the specified parameters.
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method Static FetchInstance Overloaded. Retrieves an object of the AddOn class by the specified domain and ID. This method always makes a round-trip to the server. You can optionally include a filter to control which properties to return with the object. If you pass in null for the filter parameter, this method returns values for all non-object properties and returns placeholders for all object-valued properties. For details, see the description of the filter parameter.
Public method Static FetchSupersedingInstance Retrieves an object of the AddOn class by the specified domain and ID. If the AddOn specified by id has been superseded by another AddOn, that AddOn (the superseding AddOn) is returned. This method always makes two round-trips to the server. You can optionally include a filter to control which properties to return with the object. If you pass in null for the filter parameter, this method returns values for all non-object properties and returns placeholders for all object-valued properties. For details, see the description of the filter parameter.
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object)
Public method Static GetInstance Overloaded. Constructs an instance of the AddOn class by the specified domain and ID. This method does not verify the existence of the requested object on the server; it simply returns a local reference without making a round-trip to the server. The local reference is not affiliated with an object of this class type until you perform a function on the object (for example, fetch a property value) that causes a round-trip to the Content Engine server.
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method ToString Returns a String that represents the current Object. (inherited from Object)
Top

Protected Methods

  Name Description
Family method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Top

See Also