C# 클래스 Spring.Data.GemFire.RegionAttributesFactoryObject

Create a Gemstone.Gemfire.Cache.RegionsAttribute using standard .NET setter properties.
상속: IFactoryObject, IInitializingObject
파일 보기 프로젝트 열기: spring-projects/spring-gemfire-net

공개 메소드들

메소드 설명
AfterPropertiesSet ( ) : void
GetObject ( ) : object

보호된 메소드들

메소드 설명
SetExpirationProperties ( AttributesFactory attrFactory ) : void
SetStorageProperties ( AttributesFactory attrFactory ) : void

메소드 상세

AfterPropertiesSet() 공개 메소드

public AfterPropertiesSet ( ) : void
리턴 void

GetObject() 공개 메소드

public GetObject ( ) : object
리턴 object

SetExpirationProperties() 보호된 메소드

protected SetExpirationProperties ( AttributesFactory attrFactory ) : void
attrFactory AttributesFactory
리턴 void

SetStorageProperties() 보호된 메소드

protected SetStorageProperties ( AttributesFactory attrFactory ) : void
attrFactory AttributesFactory
리턴 void