A Sandcastle Documented Class Library
![]() |
EpcFactory Methods |
The EpcFactory type exposes the following members.

Name | Description | |
---|---|---|
![]() |
CreateEncoderFor(Byte) |
Create an EpcEncoder corresponding to a given header byte.
|
![]() |
CreateEncoderFor(String) |
Create an EpcEncoder corresponding to a given scheme.
|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetDefaultEncoder |
Gets the default encoder type if a header or scheme is not known.
|
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetKnownEncoderData |
Gets a list of all known encoders, including their scheme, header and full name.
|
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
InstallEncoder(Type) |
Adds an encoder, reading its HEADER and SCHEME fields so that the encoder can be created from these values.
|
![]() |
InstallEncoder(String, Byte, String) |
Adds an encoder by its assembly qualified name using provided header and scheme information.
This allows loading of encoders in external assemblies to be defered until they are needed
(in the compact framework, assemblies cannot be unloaded).
|
![]() |
LookUpEncoderTypeFromHeader |
Looks up the encoder type for a given header byte.
|
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
SetDefaultEncoder(String) |
Sets the default encoder type if a header or scheme is not known.
|
![]() |
SetDefaultEncoder(Type) |
Sets the default encoder type if a header or scheme is not known.
|
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
