CycleStrategy.CycleStrategy C# (CSharp) Méthode

CycleStrategy() public méthode

Constructor for the CycleStrategy object. This is used to create a strategy with default values. By default the values used are "id" and "reference". These values will be added to XML elements during the serialization process. And will be used to deserialize the object cycles fully.
public CycleStrategy ( ) : SimpleFramework.Xml.Stream
Résultat SimpleFramework.Xml.Stream
      public CycleStrategy() {
         this(MARK, REFER);
      }
      /// <summary>

Same methods

CycleStrategy::CycleStrategy ( String mark, String refer ) : SimpleFramework.Xml.Stream
CycleStrategy::CycleStrategy ( String mark, String refer, String label ) : SimpleFramework.Xml.Stream
CycleStrategy::CycleStrategy ( String mark, String refer, String label, String length ) : SimpleFramework.Xml.Stream