C# 클래스 Vishcious.ArcGIS.SLContrib.TypeFactory

DynamicTypeFactory class
파일 보기 프로젝트 열기: OliveiraThales/GeoCache

공개 메소드들

메소드 설명
CreateType ( string name, Type>.IDictionary properties ) : Type

Creates the type.

CreateType ( string name, IEnumerable properties ) : Type

Creates the type.

메소드 상세

CreateType() 공개 정적인 메소드

Creates the type.
public static CreateType ( string name, Type>.IDictionary properties ) : Type
name string The name.
properties Type>.IDictionary The property names and its corresponding types.
리턴 System.Type

CreateType() 공개 정적인 메소드

Creates the type.
public static CreateType ( string name, IEnumerable properties ) : Type
name string The name.
properties IEnumerable The properties.
리턴 System.Type