The SimpleContainer type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetComponent(String) (Overrides AbstractContainer..::..GetComponent(String).)
Public methodGetComponent(Type) (Overrides AbstractContainer..::..GetComponent(Type).)
Public methodGetComponent(String, Type) (Overrides AbstractContainer..::..GetComponent(String, Type).)
Public methodGetComponent<(Of <<'(TContract>)>>)()()()() (Inherited from AbstractContainer.)
Public methodGetComponentList(Type) (Overrides AbstractContainer..::..GetComponentList(Type).)
Public methodGetComponentList<(Of <<'(TContract>)>>)()()()() (Inherited from AbstractContainer.)
Public methodGetComponentSettings(Type) (Inherited from AbstractContainer.)
Public methodGetComponentSettings(String) (Overrides AbstractContainer..::..GetComponentSettings(String).)
Public methodGetComponentSettings<(Of <<'(TComponent>)>>)()()()() (Inherited from AbstractContainer.)
Public methodGetCustomDependencies<(Of <<'(TComponent>)>>) (Inherited from AbstractContainer.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRegisterComponent(Type) (Inherited from AbstractContainer.)
Public methodRegisterComponent(Type, Type) (Inherited from AbstractContainer.)
Public methodRegisterComponent(String, Type) (Overrides AbstractContainer..::..RegisterComponent(String, Type).)
Public methodRegisterComponent(String, Type, Type) (Inherited from AbstractContainer.)
Public methodRegisterComponent(Type, Type, ComponentLifeStyleType) (Inherited from AbstractContainer.)
Public methodRegisterComponent(String, Type, Type, ComponentLifeStyleType) (Overrides AbstractContainer..::..RegisterComponent(String, Type, Type, ComponentLifeStyleType).)
Public methodRegisterComponent<(Of <<'(TComponent>)>>)()()()() (Inherited from AbstractContainer.)
Public methodRegisterComponent<(Of <<'(TComponent>)>>)(String) (Inherited from AbstractContainer.)
Public methodRegisterComponent<(Of <<'(TComponent>)>>)(String, ComponentLifeStyleType) (Inherited from AbstractContainer.)
Public methodRegisterComponentInstance(String, Object) (Inherited from AbstractContainer.)
Public methodRegisterComponentInstance(String, Type, Object) (Overrides AbstractContainer..::..RegisterComponentInstance(String, Type, Object).)
Public methodRegisterComponentInstance<(Of <<'(TContract>)>>)(Object) (Inherited from AbstractContainer.)
Public methodRegisterComponentSettings(Type, IDictionary) (Inherited from AbstractContainer.)
Public methodRegisterComponentSettings(String, IDictionary) (Overrides AbstractContainer..::..RegisterComponentSettings(String, IDictionary).)
Public methodRegisterComponentSettings<(Of <<'(TComponent>)>>)(IDictionary) (Inherited from AbstractContainer.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodToJson
Extension method on object that serializes the value to Json. Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.)

See Also